Hi,
Is there any clear documentation specifically for node.js where I can integrate pagerduty to send slack alerts.
Hi,
Is there any clear documentation specifically for node.js where I can integrate pagerduty to send slack alerts.
We have these libraries available that will allow you to interact with PagerDuty’s APIs to create incidents, etc. https://developer.pagerduty.com/docs/ZG9jOjExMDI5NTg2-api-client-libraries
Using these APIs, when you create a PD Incident which has a Slack channel extension, that incident will flow into the Slack channel and post a message. Any incident updates, notes added to that PD incident via the APIs would also flow into the same Slack channel.
So your first step is to set up the PD Slack app, add that to a PD Service, then create your node.js app to create/update incidents on that PD Service and they should land in the associated Slack channel.